mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
public: link tests to build_vcs too
This commit is contained in:
@@ -15,7 +15,6 @@ GNU General Public License for more details.
|
||||
|
||||
#include <stdio.h>
|
||||
#include "crtlib.h"
|
||||
#include "buildenums.h"
|
||||
|
||||
static const char mond[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
|
||||
|
||||
|
||||
@@ -163,5 +163,5 @@ def build(bld):
|
||||
bld.program(features = 'test',
|
||||
source = tests[i],
|
||||
target = 'test_%s' % i,
|
||||
use = 'public',
|
||||
use = 'public build_vcs',
|
||||
install_path = None)
|
||||
|
||||
Reference in New Issue
Block a user