Skip to content

Commit

Permalink
chore(test): add splice tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenRuiwei committed Aug 19, 2024
1 parent e79d118 commit cb524a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testcase/24/final/test-splice.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
./splice-test-1
./splice-test-2
./splice-test-3
./splice-test-4
./splice-test-5
1 change: 1 addition & 0 deletions user/src/bin/final_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ extern crate user_lib;

const TESTCASES: &[&str] = &[
"time-test",
"test-splice.sh",
"busybox_testcode.sh",
"lua_testcode.sh",
"netperf_testcode.sh",
Expand Down

0 comments on commit cb524a2

Please sign in to comment.