diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:58:19 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:58:19 +0200 |
| commit | 464790a82e90cfea0cb47a7f716117b63bb6dd5f (patch) | |
| tree | 278871bb8ab32b80f5ab6025f350c569ac08b941 /tests | |
| parent | ca97faab7479305921e72bfde46f4c7f9868a4fa (diff) | |
| parent | 1aeb3051b91d55cb23e15d5b03fe71a7cb447860 (diff) | |
Merge 4.0.7 into releases
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.in | 10 | ||||
| -rw-r--r-- | tests/playraw.cpp | 1 | ||||
| -rw-r--r-- | tests/record.cpp | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 4e93823..6947676 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -43,13 +43,13 @@ testall : testall.cpp $(OBJECTS) $(CC) $(CFLAGS) $(DEFS) -o testall testall.cpp $(OBJECT_PATH)/*.o $(LIBRARY) clean : - -rm $(OBJECT_PATH)/*.o - -rm $(PROGRAMS) - -rm -f *.raw *~ *.exe - -rm -fR *.dSYM + $(RM) -f $(OBJECT_PATH)/*.o + $(RM) -f $(PROGRAMS) + $(RM) -f *.raw *~ *.exe + $(RM) -fR *.dSYM distclean: clean - -rm Makefile + $(RM) Makefile strip : strip $(PROGRAMS) diff --git a/tests/playraw.cpp b/tests/playraw.cpp index 1ab1600..5a5e7cd 100644 --- a/tests/playraw.cpp +++ b/tests/playraw.cpp @@ -13,6 +13,7 @@ #include <iostream> #include <cstdlib> #include <cstring> +#include <stdio.h> /* typedef char MY_TYPE; diff --git a/tests/record.cpp b/tests/record.cpp index 4457f93..e4c7b12 100644 --- a/tests/record.cpp +++ b/tests/record.cpp @@ -13,6 +13,7 @@ #include <iostream> #include <cstdlib> #include <cstring> +#include <stdio.h> /* typedef char MY_TYPE; |
