diff options
author | 2023-05-21 22:10:21 +0600 | |
---|---|---|
committer | 2023-05-21 22:43:46 +0600 | |
commit | 5942f6125ea85bc78fc3df7b2f72b41260f4b4a2 (patch) | |
tree | 5311444a5a2ed63468ef0afb837303edba0ff08b /tests | |
download | c-obp-example-5942f6125ea85bc78fc3df7b2f72b41260f4b4a2.tar.gz c-obp-example-5942f6125ea85bc78fc3df7b2f72b41260f4b4a2.zip |
Initial commit
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 | ||||
-rw-r--r-- | tests/cases/0.txt | 22 | ||||
-rw-r--r-- | tests/cases/1.txt | 36 | ||||
-rw-r--r-- | tests/cases/Makefile | 1 | ||||
-rw-r--r-- | tests/expected/0.txt | 6 | ||||
-rw-r--r-- | tests/expected/1.txt | 6 | ||||
-rw-r--r-- | tests/expected/Makefile | 1 |
7 files changed, 73 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..0829e01 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1 @@ +include $(realpath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../Makefile) diff --git a/tests/cases/0.txt b/tests/cases/0.txt new file mode 100644 index 0000000..9a08823 --- /dev/null +++ b/tests/cases/0.txt @@ -0,0 +1,22 @@ +3 + +Brutal Bytes +Manarat International University +6 +Shamim Ahmed +Jakariya Abbas +Ahmad Hasan Mubashshir + +Printf("hello"); +Manarat International University +8 +Mostakim Sakib +Irfan Khan +Saidur Rahman + +team X +Manarat International University +5 +Muhammad hasnat +Raihan Chowdhury +Sakib Al-Hashem diff --git a/tests/cases/1.txt b/tests/cases/1.txt new file mode 100644 index 0000000..8807a84 --- /dev/null +++ b/tests/cases/1.txt @@ -0,0 +1,36 @@ +5 + +Brutal Bytes +Manarat International University +9 +Shamim Ahmed +Jakariya Abbas +Ahmad Hasan Mubashshir + +Printf("hello"); +Manarat International University +8 +Mostakim Sakib +Irfan Khan +Saidur Rahman + +team X +Manarat International University +5 +Muhammad hasnat +Raihan Chowdhury +Sakib Al-Hashem + +Stack Smashers +North South University +7 +Raihan Chowdhury Abir +Shafin Raiyan +Nufayer Mahmud + +Segfault Solvers +BRAC University +6 +Ashfaqul Awal Himel +Zuhayer Mashrur Chowdhury +Suhail Mujtabir Fuad diff --git a/tests/cases/Makefile b/tests/cases/Makefile new file mode 100644 index 0000000..0829e01 --- /dev/null +++ b/tests/cases/Makefile @@ -0,0 +1 @@ +include $(realpath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../Makefile) diff --git a/tests/expected/0.txt b/tests/expected/0.txt new file mode 100644 index 0000000..5b447d7 --- /dev/null +++ b/tests/expected/0.txt @@ -0,0 +1,6 @@ +Team name : Printf("hello"); +Institution: Manarat International University +Solved : 8 + Member 1: Mostakim Sakib + Member 2: Irfan Khan + Member 3: Saidur Rahman diff --git a/tests/expected/1.txt b/tests/expected/1.txt new file mode 100644 index 0000000..e904284 --- /dev/null +++ b/tests/expected/1.txt @@ -0,0 +1,6 @@ +Team name : Brutal Bytes +Institution: Manarat International University +Solved : 9 + Member 1: Shamim Ahmed + Member 2: Jakariya Abbas + Member 3: Ahmad Hasan Mubashshir diff --git a/tests/expected/Makefile b/tests/expected/Makefile new file mode 100644 index 0000000..0829e01 --- /dev/null +++ b/tests/expected/Makefile @@ -0,0 +1 @@ +include $(realpath $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../Makefile) |