Skip to content

Instantly share code, notes, and snippets.

@gahr
Created February 21, 2023 12:57
Show Gist options
  • Save gahr/c4bd421ae22ca4d0f40ca8e9c2674438 to your computer and use it in GitHub Desktop.
Save gahr/c4bd421ae22ca4d0f40ca8e9c2674438 to your computer and use it in GitHub Desktop.
% 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