Created
February 21, 2023 12:57
-
-
Save gahr/c4bd421ae22ca4d0f40ca8e9c2674438 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ack -B10 'UNIT TESTS ARE' Makefile | |
clean-test: | |
$(RM) $(TEST_BINARY) $(TEST_OBJS) $(TEST_OBJS:.o=.Po) | |
install-test: | |
uninstall-test: | |
TEST_DEPFILES = $(TEST_OBJS:.o=.Po) | |
-include $(TEST_DEPFILES) | |
# vim: set ts=8 noexpandtab: | |
"UNIT TESTS ARE DISABLED" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment