Logo
Explore Help
Sign In
linuxmsm/laptops-kernel
Watch 0
Star 0
Fork 0
mirror of https://github.com/linux-msm/laptops-kernel.git synced 2026-08-13 14:19:53 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
laptops-kernel/tools/build/feature/test-libpython.c
T

11 lines
125 B
C
Raw Permalink Normal View History

License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-01 15:07:57 +01:00
// SPDX-License-Identifier: GPL-2.0
tools/perf/build: Split out feature check: 'libpython'
2013-09-30 15:18:37 +02:00
#include <Python.h>
tools/perf/build: Harmonize the style of the feature testcases
2013-10-07 13:27:23 +02:00
tools/perf/build: Split out feature check: 'libpython'
2013-09-30 15:18:37 +02:00
int main(void)
{
Py_Initialize();
tools/perf/build: Harmonize the style of the feature testcases
2013-10-07 13:27:23 +02:00
tools/perf/build: Split out feature check: 'libpython'
2013-09-30 15:18:37 +02:00
return 0;
}
tools feature: Undef _GNU_SOURCE at the end of feature tests
2019-02-12 09:56:57 -03:00
#undef _GNU_SOURCE
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2661ms Template: 88ms
Auto
English
English
Licenses API