File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ Version 0.8
2+
3+ [changed]
4+ - run_tests() returns false (failed) if any one assert fails
5+
6+
17Version 0.7
28
39[added]
Original file line number Diff line number Diff line change 22#define __FBCUNIT_BI_INCLUDE__ 1
33
44'' fbcunit - FreeBASIC Compiler Unit Testing Component
5- '' Copyright (C) 2017-2018 Jeffery R. Marshall (coder[at]execulink[dot]com)
5+ '' Copyright (C) 2017-2019 Jeffery R. Marshall (coder[at]execulink[dot]com)
66''
77'' License: GNU Lesser General Public License
88'' version 2.1 (or any later version) plus
1313--------------------------------------------------------- '/
1414
1515#define FBCU_VER_MAJOR 0
16- #define FBCU_VER_MINOR 7
16+ #define FBCU_VER_MINOR 8
1717
1818#inclib "fbcunit"
1919
Original file line number Diff line number Diff line change 11fbcunit - FreeBASIC Compiler Unit Testing Component
2- Copyright (C) 2017-2018 Jeffery R. Marshall (coder[at]execulink[dot]com)
2+ Copyright (C) 2017-2019 Jeffery R. Marshall (coder[at]execulink[dot]com)
33
44This library is free software; you can redistribute it and/or
55modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11 fbcunit - FreeBASIC Compiler Unit Testing Component
2- Copyright (C) 2017-2018 Jeffery R. Marshall (coder[at]execulink[dot]com)
2+ Copyright (C) 2017-2019 Jeffery R. Marshall (coder[at]execulink[dot]com)
33
4- fbcunit version 0.7
4+ fbcunit version 0.8
55-------------------
66 Unit testing component for fbc compiler. Provides macros
77 and common code for unit testing fbc compiled sources.
Original file line number Diff line number Diff line change 11'' fbcunit - FreeBASIC Compiler Unit Testing Component
2- '' Copyright (C) 2017-2018 Jeffery R. Marshall (coder[at]execulink[dot]com)
2+ '' Copyright (C) 2017-2019 Jeffery R. Marshall (coder[at]execulink[dot]com)
33''
44'' License: GNU Lesser General Public License
55'' version 2.1 (or any later version) plus
You can’t perform that action at this time.
0 commit comments