mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
13 lines
400 B
Makefile
13 lines
400 B
Makefile
TRICK_HOME := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
|
export TRICK_HOST_CPU := $(shell $(TRICK_HOME)/bin/trick-gte TRICK_HOST_CPU)
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|
|
|
# Remove when issue #1147 is fixed: https://github.com/nasa/trick/issues/1147
|
|
unexport TRICK_PYTHON_PATH
|
|
|
|
sim_test:
|
|
python3 trickops.py
|
|
|
|
sim_test32:
|
|
python3 trickops.py --config_file=test_sims32.yml
|