From 5942f6125ea85bc78fc3df7b2f72b41260f4b4a2 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Sun, 21 May 2023 22:10:21 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- tests/Makefile | 1 + tests/cases/0.txt | 22 ++++++++++++++++++++++ tests/cases/1.txt | 36 ++++++++++++++++++++++++++++++++++++ tests/cases/Makefile | 1 + tests/expected/0.txt | 6 ++++++ tests/expected/1.txt | 6 ++++++ tests/expected/Makefile | 1 + 7 files changed, 73 insertions(+) create mode 100644 tests/Makefile create mode 100644 tests/cases/0.txt create mode 100644 tests/cases/1.txt create mode 100644 tests/cases/Makefile create mode 100644 tests/expected/0.txt create mode 100644 tests/expected/1.txt create mode 100644 tests/expected/Makefile (limited to 'tests') 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) -- cgit v1.2.3