Skip to content

Commit

Permalink
Fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeans289 committed Apr 24, 2023
1 parent 95b5df1 commit dbe9f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test_overrides.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
unexport TRICK_PYTHON_PATH

sim_test:
python3 trickops.py
python3 trickops.py --quiet
2 changes: 2 additions & 0 deletions trick_source/sim_services/Message/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../../share/trick/makefiles/Makefile.common
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
-include Makefile_deps

TRICK_CXXFLAGS += -std=c++11

0 comments on commit dbe9f5c

Please sign in to comment.