diff options
| author | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 04:09:43 +1000 |
|---|---|---|
| committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 04:09:43 +1000 |
| commit | 6ff73a634b11dacfd246ea8bdb6df3e51cda5118 (patch) | |
| tree | eca421e390b2fca11215df884f7a1e3ba53970b5 /unit-tests/Makefile | |
| parent | a9426516a87d0eca3451e348dde22287935d9d5a (diff) | |
| download | python-dmidecode-6ff73a634b11dacfd246ea8bdb6df3e51cda5118.tar.gz python-dmidecode-6ff73a634b11dacfd246ea8bdb6df3e51cda5118.tar.xz python-dmidecode-6ff73a634b11dacfd246ea8bdb6df3e51cda5118.zip | |
Cleanup
Diffstat (limited to 'unit-tests/Makefile')
| -rw-r--r-- | unit-tests/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unit-tests/Makefile b/unit-tests/Makefile index 24fbfa9..01706a3 100644 --- a/unit-tests/Makefile +++ b/unit-tests/Makefile @@ -21,7 +21,8 @@ demomodule.so : demo.o dmixml.o @echo "Compiling $<" @gcc -fPIC -c $< $(CFLAGS) -test : demomodule.so +#test : demomodule.so +test : @echo "==========================================" @echo " Running proof-of-concept code" @echo "==========================================" @@ -29,5 +30,5 @@ test : demomodule.so @python unit clean : - rm -f demomodule.so *.{py[oc],o} *~ + rm -f *.{py[oc],o,so} *~ |
