Skip to content
Snippets Groups Projects
Commit 2aac73a1 authored by Peter Thedens's avatar Peter Thedens
Browse files

move active scripts to separate folder

parent 6d679164
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ test: all
$(MAKE) -C src/queue test
$(MAKE) -C src/computation_graph test
$(MAKE) -C src/quad_app test
ruby scripts/tests/test_memory_integrity.rb
ruby scripts/tests/test_safety_checks.rb
ruby scripts/tests/test_communication.rb
ruby scripts/ci-tests/test_memory_integrity.rb
ruby scripts/ci-tests/test_safety_checks.rb
ruby scripts/ci-tests/test_communication.rb
clean:
rm -rf $(INCDIR) $(LIBDIR) $(OUTDIR) $(EXEDIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment