File: make_cde_package.sh

package info (click to toggle)
creduce 2.10.0%2B20220116-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,172 kB
  • sloc: cpp: 25,272; ansic: 7,233; sh: 4,918; perl: 3,003; makefile: 593; lex: 441
file content (17 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
##
## Copyright (c) 2012, 2016 The University of Utah
## All rights reserved.
##
## This file is distributed under the University of Illinois Open Source
## License.  See the file COPYING for details.

###############################################################################

# RUN THIS UNDER CDR FROM THE C-REDUCE MAIN DIR

# force all programs we use to be included
./tests/run_tests

# force all non-git files to be included
find . -name '*' | grep -v git | xargs wc