Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
test_ipc_fs also needs SwitchFS/SDCard
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Mar 5, 2018
1 parent e7e0f38 commit ae6ff20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ run_fs_stress_test: $(BUILD_DIR)/test/test_fs_stress.nro
echo "test text" > $(BUILD_DIR)/SwitchFS/SDCard/test_file
cd $(BUILD_DIR); $(realpath $(MEPHISTO)) --load-nro $(realpath $<)

run_ipc_fs_test: $(BUILD_DIR)/test/test_fs_stress.nro
mkdir -p $(BUILD_DIR)/SwitchFS/SDCard/
echo "test text" > $(BUILD_DIR)/SwitchFS/SDCard/test_file
cd $(BUILD_DIR); $(realpath $(MEPHISTO)) --load-nro $(realpath $<)

run_%_test: $(BUILD_DIR)/test/test_%.nro
$(MEPHISTO) --load-nro $<

Expand Down

0 comments on commit ae6ff20

Please sign in to comment.