Skip to content

Commit

Permalink
Create outputWriter_tests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndskg authored Jul 21, 2023
1 parent 297e237 commit 3cf172b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions outputWriter_tests.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// outputWriter_tests.cpp
// black-scholes
//
// Created by lyndskg on 7/19/23.


#include <stdio.h>
#include <iostream>
#include <cassert>

#include "outputWriter.h"
#include "unit_test_framework.h"

using namespace std;

using Test_func_t = void (*)();

0 comments on commit 3cf172b

Please sign in to comment.