Skip to content

Commit fbf036d

Browse files
author
hekra
committed
add Headers.h to dist
1 parent ea3a08d commit fbf036d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ do
5151
[ $? -ne 0 ] && echo "**** ERROR: Can't access to $OUTPUT_DIR" && exit 1
5252
make
5353
[ $? -ne 0 ] && exit 1
54-
mkdir -p ${DIST_DIR}/{bin,libs,h}
54+
mkdir -p ${DIST_DIR}/{bin,libs,h,Test}
5555
[ $? -ne 0 ] && echo "**** ERROR: Can't create $DIST_DIR" && exit 1
5656

5757
# copy libraries
@@ -60,6 +60,7 @@ do
6060

6161
# copy headers
6262
cp -rf $root_dir/inc/* $DIST_DIR/h 2>/dev/null;
63+
cp -rf $root_dir/src/Test $DIST_DIR 2>/dev/null;
6364

6465
# copy test binaries
6566
for file in $OUT_BIN_FILES

0 commit comments

Comments
 (0)