-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSRL App.cpp
25 lines (18 loc) · 958 Bytes
/
SRL App.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ///////////////////////////////////////////////////////////////// //
// *SRL-C++ 11 Library
// *Copyright(c) 2019 Mbadiwe Nnaemeka Ronald
// *Github Repository <https://github.com/ron4fun>
// *Distributed under the MIT software license, see the accompanying file LICENSE
// *or visit http ://www.opensource.org/licenses/mit-license.php.
// *Acknowledgements:
// ** //
// *Thanks to Simple Regex (https://simple-regex.com/) for his creative
// *development of this library in Javascript
// ////////////////////////////////////////////////////// ///////////////
#define BOOST_TEST_MODULE SRLTestCase
#include "Tests\ParseParenthesesTests.h"
#include "Tests\BuilderTests.h"
#include "Tests\Issue_11_Tests.h"
#include "Tests\ExceptionsTests.h"
#include "Tests\InterpreterTests.h"
#include "Tests\RuleTests.h"