Apply some touchups
This commit is contained in:
3
third_party/chibicc/test/test.h
vendored
3
third_party/chibicc/test/test.h
vendored
@ -3,6 +3,9 @@
|
||||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/str.h"
|
||||
|
||||
STATIC_YOINK("__mmap"); /* asan needs it */
|
||||
STATIC_YOINK("TrackMemoryInterval"); /* asan needs it */
|
||||
|
||||
#define ASSERT(x, y) Assert2(x, y, #y, __FILE__, __LINE__)
|
||||
#define ASSERT128(x, y) Assert128(x, y, #y, __FILE__, __LINE__)
|
||||
|
||||
|
||||
3
third_party/chibicc/test/test.mk
vendored
3
third_party/chibicc/test/test.mk
vendored
@ -90,6 +90,9 @@ o/$(MODE)/third_party/chibicc/test/%2.com.dbg: \
|
||||
$(APE)
|
||||
@$(APELINK)
|
||||
|
||||
.PRECIOUS: $(THIRD_PARTY_CHIBICC_TEST_OBJS)
|
||||
.PRECIOUS: $(THIRD_PARTY_CHIBICC_TEST2_OBJS)
|
||||
|
||||
.PHONY: o/$(MODE)/third_party/chibicc/test
|
||||
o/$(MODE)/third_party/chibicc/test: \
|
||||
$(THIRD_PARTY_CHIBICC_TEST_BINS) \
|
||||
|
||||
Reference in New Issue
Block a user