mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Apply some touchups
This commit is contained in:
parent
9f149e1de3
commit
2f3bd90216
139 changed files with 1188 additions and 1154 deletions
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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue