Skip to content

Commit a6e5e23

Browse files
committed
fbcunit: update to version 0.8
1 parent 27c4cc9 commit a6e5e23

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

tests/fbcunit/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.8
2+
3+
[changed]
4+
- run_tests() returns false (failed) if any one assert fails
5+
6+
17
Version 0.7
28

39
[added]

tests/fbcunit/inc/fbcunit.bi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
@@ -13,7 +13,7 @@
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

tests/fbcunit/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
This library is free software; you can redistribute it and/or
55
modify it under the terms of the GNU Lesser General Public

tests/fbcunit/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

tests/fbcunit/src/fbcunit.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)