Skip to content

Commit

Permalink
[test] Port LD-logger tests to python
Browse files Browse the repository at this point in the history
  • Loading branch information
steakhal committed Jan 19, 2021
1 parent ed84de2 commit 576cc56
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 215 deletions.
2 changes: 1 addition & 1 deletion analyzer/tools/build-logger/Makefile.manual
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ ldlogger_64.so: $(LDLOGGER_LIB_SOURCES) $(LDLOGGER_LIB_HEADERS)
$(CC) -m64 $(CPPFLAGS) $(LIB_CFLAGS) $(LIB_LDFLAGS) $(LDLOGGER_LIB_SOURCES) $(LDLOGGER_SOURCES) -o $@

test:
test/test_logger.sh $(BUILD_DIR)
test/test_logger.py $(BUILD_DIR)
Loading

0 comments on commit 576cc56

Please sign in to comment.