Skip to content

Commit

Permalink
UCS/TESTS: Add services and tests for them.
Browse files Browse the repository at this point in the history
 * Add common services (debugging, datatypes, logging, statistics,
configuration parsing, math, atomics, platform, testing).
 * Add a testing framework using the Google Test infrastructure with
unit tests for those services.
  • Loading branch information
yosefe committed Oct 29, 2014
1 parent 597216e commit a6b5545
Show file tree
Hide file tree
Showing 88 changed files with 16,652 additions and 662 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ depcomp
.dirstamp
*.lo
*.o



src/ucs/ucs_stats_parser
test/gtest/gtest
build-*
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

ACLOCAL_AMFLAGS = -I config/m4

SUBDIRS = src/uct
SUBDIRS = src/uct src/ucs test/gtest

EXTRA_DIST =
EXTRA_DIST += m4/gtest.m4
Expand Down
260 changes: 0 additions & 260 deletions config/m4/ax_boost_base.m4

This file was deleted.

Loading

0 comments on commit a6b5545

Please sign in to comment.