Skip to content

Commit

Permalink
aarch64: build cunit
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Oct 12, 2024
1 parent d700b12 commit f64aa4f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
9 changes: 5 additions & 4 deletions build/cunit/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

Expand All @@ -21,7 +21,9 @@ VER=2.1-3
VERHUMAN=$VER
PKG=ooce/developer/cunit
SUMMARY="C Unit Testing Framework"
DESC="$SUMMARY"
DESC="$PROG - $SUMMARY"

test_relver '>=' 151053 && set_clangver

BUILDDIR=CUnit-$VER

Expand All @@ -40,8 +42,7 @@ prep_build
patch_source
run_autoreconf -fi
build
VER=${VER//-/.}
make_package
VER=${VER//-/.} make_package
clean_up

# Vim hints
Expand Down
1 change: 1 addition & 0 deletions build/cunit/files/ctf.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MyMem.c
3 changes: 2 additions & 1 deletion build/cunit/local.mog
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.

# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

license COPYING license=LGPLv2

<transform file path=$(PREFIX)/\. -> drop>
<transform file path=$(OPREFIX)/doc -> drop>
<transform file path=.*\.sh$ -> drop>

1 change: 1 addition & 0 deletions doc/baseline.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ extra.omnios ooce/database/mariadb-common
extra.omnios ooce/database/postgresql-14
extra.omnios ooce/database/postgresql-common
extra.omnios ooce/developer/cmake
extra.omnios ooce/developer/cunit
extra.omnios ooce/developer/git-absorb
extra.omnios ooce/developer/ninja
extra.omnios ooce/developer/protobuf
Expand Down
1 change: 1 addition & 0 deletions doc/pkglist.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ooce/library/libdwarf
ooce/library/libmcrypt
ooce/network/sic
ooce/application/tig
ooce/developer/cunit
###############################################################################
.SYSROOT
ooce/audio/flac
Expand Down

0 comments on commit f64aa4f

Please sign in to comment.