Skip to content

Commit

Permalink
AK: Always rebuild unit tests if AK headers change
Browse files Browse the repository at this point in the history
This is a hack to avoid failing AK unit tests because it didn't even
try to rebuild.
  • Loading branch information
awesomekling committed Nov 6, 2019
1 parent 2f16e31 commit 9a5e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AK/Tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHARED_TEST_OBJS = \
../URL.o \
../Utf8View.o \

.cpp.o:
%.o: %.cpp ../*.h
@echo "HOST_CXX $<"; $(PRE_CXX) $(CXX) $(CXXFLAGS) -o $@ -c $<

define execute-command
Expand Down

0 comments on commit 9a5e065

Please sign in to comment.