21
21
# Run the tests once with cextensions and once without them.
22
22
$(TEST_COMMAND) && STORM_CEXTENSIONS=1 $(TEST_COMMAND)
26
35
find . -name "*.so" -type f -exec rm -f {} \;
27
36
find . -name "*.pyc" -type f -exec rm -f {} \;
28
37
find . -name "*~" -type f -exec rm -f {} \;