diff --git a/Cunit_test_file.txt b/Cunit_test_file.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3fa02fd7d61e953d075a1da804336495039d971a
--- /dev/null
+++ b/Cunit_test_file.txt
@@ -0,0 +1,26 @@
+
+
+     CUnit - A unit testing framework for C - Version 2.1-3
+     http://cunit.sourceforge.net/
+
+
+Suite: Basic_Test_Suite
+  Test: 
+
+Testing is_div function
+
+ ...FAILED
+    1. Fact_UnitTest.c:62  - CU_ASSERT_FALSE(is_div(NEGATIVE, PAIR1) == false)
+  Test: 
+
+Testing is_prime function
+
+ ...FAILED
+    1. Fact_UnitTest.c:75  - CU_ASSERT_FALSE(is_prime(NEGATIVE) == false)
+
+Run Summary:    Type  Total    Ran Passed Failed Inactive
+              suites      1      1    n/a      0        0
+               tests      2      2      0      2        0
+             asserts     12     12     10      2      n/a
+
+Elapsed time =    0.000 seconds
\ No newline at end of file