Skip to content
Snippets Groups Projects
Commit af275d95 authored by Tommy Olofsson's avatar Tommy Olofsson
Browse files

Made sure 'clean' removes all test-binaries. They are also ignored by git now.

parent 886380c1
Branches
Tags
No related merge requests found
...@@ -9,6 +9,12 @@ lib/c/liblabcomm2006.a ...@@ -9,6 +9,12 @@ lib/c/liblabcomm2006.a
lib/c/liblabcomm2013.so.1 lib/c/liblabcomm2013.so.1
lib/c/liblabcomm2013.so lib/c/liblabcomm2013.so
lib/c/liblabcomm2013.a lib/c/liblabcomm2013.a
lib/c/test/test_labcomm
lib/c/test/test_labcomm_basic_type_encoding
lib/c/test/test_labcomm_copy
lib/c/test/test_labcomm_generated_encoding
lib/c/test/test_labcomm_pthread_scheduler
lib/c/test/test_signature_numbers
compiler/AST/ compiler/AST/
compiler/labComm.jar compiler/labComm.jar
encoded_data encoded_data
......
...@@ -167,8 +167,9 @@ clean: ...@@ -167,8 +167,9 @@ clean:
$(RM) test/test_labcomm_errors $(RM) test/test_labcomm_errors
$(RM) test/testdata/gen/*.[cho] $(RM) test/testdata/gen/*.[cho]
$(RM) test/gen/*.[cho] $(RM) test/gen/*.[cho]
$(RM) $(TEST_DIR)/test_labcomm for x in $(TESTS); do \
$(RM) $(TEST_DIR)/test_labcomm_copy $(RM) $(TEST_DIR)/$$x ; \
done
distclean: clean distclean: clean
$(RM) liblabcomm.so.1 $(RM) liblabcomm.so.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment