Pass the tests again

This commit is contained in:
Pierre Pronchery 2018-03-08 01:14:52 +01:00
parent f4617b7615
commit b9e6fbf0c8

View File

@ -23,7 +23,7 @@ clean:
$(RM) -- $(test_OBJS) $(disabled_OBJS) $(phony_OBJS)
./script.sh -c -P "/somewhere/else" -- "$(OBJDIR)test"
./script.sh -c -P "$(PREFIX)" -- "$(OBJDIR)disabled"
./script.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phony"
./script.sh -c -P "$(PREFIX)" -- "phony"
distclean: clean
$(RM) -- $(TARGETS)