Skip to content

Commit

Permalink
test script
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Oct 15, 2024
1 parent 5c19611 commit e51798c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions dttools/test/TR_priority_queue.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/sh

. ../../dttools/test/test_runner_common.sh

exe="../src/priority_queue_test"

prepare()
{
return 0
}

run()
{
exec "$exe"
}

clean()
{
return 0
}

dispatch "$@"

# vim: set noexpandtab tabstop=4:

0 comments on commit e51798c

Please sign in to comment.