Skip to content

Commit 62e926a

Browse files
author
John P. Lucas
authored
[#53] Review and Optimize (#69)
* [#53] CMake update to use libsimulith.so; * [#55] Additional tests in simulith; * [#53] Submodule update after merges;
1 parent 88f5680 commit 62e926a

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ help:
112112
@echo " uninstall - Remove containers, images, volumes, and networks"
113113

114114
sim: cfg
115+
cd $(CURDIR)/simulith && $(MAKE) build
115116
@for dir in $(CURDIR)/comp/*/sim ; do \
116117
if [ -d "$$dir" ] && [ -f "$$dir/Makefile" ]; then \
117118
echo "Building component in $$dir"; \

comp/adcs

comp/demo

comp/eps

comp/radio

fsw

Submodule fsw updated 1 file

0 commit comments

Comments
 (0)