generic-poky/meta/lib/oeqa/runtime/files/testmakefile
Stefan Stanacar 4285e856aa lib/oeqa/runtime: add gcc test
gcc compile test and support files.

(From OE-Core rev: ccbce75335971abf5098a492755e92ca60cf67bd)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-07-09 10:53:45 +01:00

6 lines
68 B
Text

test: test.o
gcc -o test test.o -lm
test.o: test.c
gcc -c test.c